UserSettingsBody

@Serializable
class UserSettingsBody

Types

Link copied to clipboard
data class Builder(    presence: String? = null,     displayNameOrderFirstNameFirst: Boolean? = null,     ringingOnDnd: Boolean? = null,     applyCalendarPresence: Boolean? = null,     applyMsTeamsPresence: Boolean? = null,     rejectOnBusy: Boolean? = null)

Properties

Link copied to clipboard
val applyCalendarPresence: Boolean? = null
Link copied to clipboard
val applyMsTeamsPresence: Boolean? = null
Link copied to clipboard
val displayNameOrderFirstNameFirst: Boolean? = null
Link copied to clipboard
val presence: String? = null
Link copied to clipboard
val rejectOnBusy: Boolean? = null
Link copied to clipboard
val ringingOnDnd: Boolean? = null